$("#dribbble").on({ mouseenter: function () { $(this).addClass("hover"); }, mouseleave:function () { $(this).removeClass("hover"); } },'li');